home *** CD-ROM | disk | FTP | other *** search
/ Blackhawk for Windows 95 1996 November / Blackhawk for Windows 95 - Novermer 1996.iso / util / nttar021.exe / NTTAR / NTTAR02.TXT < prev    next >
Text File  |  1995-08-30  |  2KB  |  56 lines

  1. NTtar 0.02 Read me file 8/09/95
  2.  
  3. NTtar is a 32bit app written in C under MSVC 2.2. to aid in the exaction of
  4. tarfiles(UNIX in this scope).
  5.  
  6. This the first formal release of NTtar.  NTtar addresses the age old problem
  7. of extracting and storing tar files from UNIX boxes while preserving the
  8. long filename(s).
  9.  
  10. **** NTtar will also work under WIN95, so all is good. ****
  11. **** NTtar will not work under DOS or WIN32s, sadness. ****
  12.  
  13. NTtar should work fine with BSD, SYS V, and GNUtar formats.  I tried to use the
  14. IEEE 1003.1 (POSIX 1) spec as the basis of my work.  The ustar and GNUtar 
  15. extensions are not need by NT or WIN95.  The only case where things might get
  16. bad are when the tar file is corrupted.
  17.  
  18. What will NTtar do?
  19. tar x tarfile    Extract files preserving the path.
  20. tar v tarfile    View the content of the tarfile.
  21. tar h        Simple help system for NTtar.
  22. other than that, not much!
  23.  
  24. What I eventually want it to be able to do...(in approximate order)
  25.     *Extract preserving the date-time stamp.
  26.     *Checksum checking
  27.     *List file content more briefly.
  28.     *Extract files, striping the path.
  29.     *Confirm overwrites
  30.     *Confirm creation of file
  31.     *Progress indicator, bar or percentage.
  32.     *Better internal help system.
  33.     *Create archives.
  34.     *Update archives.
  35.     *Extract files changing to DOS style EOL markers.
  36.     *Support GNUtar format.
  37.     *build in gzip compression/decompression(way off)
  38.     *automatic tar or tar.gz detection.
  39.     *a nice GUI interface
  40.     *read tared tapes(I'm seeing a blue sky right now)
  41.  
  42.  
  43. So where is this going?
  44.     I don't know.  I did this as more of an exercise than anything.  I'm
  45. going to fix some of the more outstanding problems.  If I get E-mail giving
  46. me the "thumbs up" on such a project, I'll try to implement more features.
  47. If all goes well, I'll release a formal SHAREWARE version.
  48.  
  49. Versions:
  50.     I have got the code to compile on UNIX (gcc), DOS (djgpp),
  51. NT/WIN95 (msvc 2.x) and WIN 3.1x (msvc 1.5x), UNIX and NT the only platforms 
  52. that support long filenames.
  53.  
  54. Send me your thoughts:
  55. Email: johnam@datastorm.com (John A.Maier)
  56.